
.news-title {
    font-size:24px;
    font-weight:600;
    color:rgba(74,74,74,1);
    text-align: center;
    margin: 56px 0;
}
.news-btn {
    font-size:16px;
    font-weight:600;
    color:rgba(233,71,58,1);
    border-radius:1px;
    border:1px solid rgba(233,71,58,1);
    width:198px;
    height:48px;
    margin: 48px auto 56px;
    line-height: 48px;
    text-align: center;

}
.news-cent {
    display: flex;
}
.news-cent-left {
    width: 559px;
    height: 365px;
}
.news-cent-left>img {
    width: 100%;
    height: 100%;
}
.news-cent-right {
    flex: 1;
    margin-left:24px;
}
.news-cent-right>ul>li {
    margin-bottom: 18px;
}
.news-right-title{
    font-size:18px;
    font-weight:600;
    color:rgba(74,74,74,1);
    margin-bottom: 10px;
}
.news-right-des{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    margin-bottom: 12px;
    line-height: 26px;
}
.news-right-line {
    width:200px;
    height:1px;
    background-color: #E5E5E5;
}